const runtime.traceBlockSystemGoroutine

9 uses

	runtime (current package)
		mcleanup.go#L439: 		goparkunlock(&q.lock, waitReasonCleanupWait, traceBlockSystemGoroutine, 1)
		mfinal.go#L210: 			gopark(finalizercommit, unsafe.Pointer(&finlock), waitReasonFinalizerWait, traceBlockSystemGoroutine, 1)
		mgc.go#L1490: 		}, unsafe.Pointer(node), waitReasonGCWorkerIdle, traceBlockSystemGoroutine, 0)
		mgcscavenge.go#L425: 	goparkunlock(&s.lock, waitReasonGCScavengeWait, traceBlockSystemGoroutine, 2)
		proc.go#L373: 		goparkunlock(&forcegc.lock, waitReasonForceGCIdle, traceBlockSystemGoroutine, 1)
		proc.go#L6720: 		goparkunlock(&updateMaxProcsG.lock, waitReasonUpdateGOMAXPROCSIdle, traceBlockSystemGoroutine, 1)
		trace.go#L800: 		}, nil, waitReasonTraceReaderBlocked, traceBlockSystemGoroutine, 2)
		traceruntime.go#L100: 	traceBlockSystemGoroutine
		traceruntime.go#L120: 	traceBlockSystemGoroutine:    "system goroutine wait",